net/netip.Addr.z (field)
39 uses
net/netip (current package)
netip.go#L56: z unique.Handle[addrDetail]
netip.go#L85: func IPv6Unspecified() Addr { return Addr{z: z6noz} }
netip.go#L94: z: z4,
netip.go#L107: z: z6noz,
netip.go#L384: return ip.z == z0
netip.go#L390: func (ip Addr) IsValid() bool { return ip.z != z0 }
netip.go#L398: switch ip.z {
netip.go#L409: if ip.z == z0 {
netip.go#L412: return ip.z.Value().zoneV6
netip.go#L461: return ip.z == z4
netip.go#L474: return ip.z != z0 && ip.z != z4
netip.go#L483: ip.z = z4
netip.go#L496: ip.z = z6noz
netip.go#L499: ip.z = unique.Make(addrDetail{isV6: true, zoneV6: zone})
netip.go#L509: ip.z = z6noz
netip.go#L515: return ip.z != z0 && ip.z != z4 && ip.z != z6noz
netip.go#L615: if ip.z == z0 {
netip.go#L681: switch ip.z {
netip.go#L713: if ip.z == z4 || ip.Is4In6() {
netip.go#L717: if ip.z == z0 {
netip.go#L725: switch ip.z {
netip.go#L785: switch ip.z {
netip.go#L802: switch ip.z {
netip.go#L883: if ip.z != z6noz {
netip.go#L935: if ip.z != z6noz {
netip.go#L946: switch ip.z {
netip.go#L961: if ip.z != z6noz {
netip.go#L981: switch ip.z {
netip.go#L1015: switch ip.z {
netip.go#L1028: switch ip.z {
netip.go#L1165: switch p.ip.z {
netip.go#L1195: switch p.ip.z {
netip.go#L1225: switch p.ip.z {
netip.go#L1378: if ip.Is6() && ip.z != z6noz {
netip.go#L1504: if p.ip.z == z4 {
netip.go#L1531: switch p.ip.z {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |